Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Hello

  1. #1
    Junior Member
    Join Date
    Feb 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hello

    Hi,
    my name is murabio and I'm an italian student.
    I have same project in which I have to use java.
    I have some problem about one of them:
    I have to implement the code within an existing application that allows to manage access to the following policies:
    counting rules for the application can perform no more than n accesses to the table T.
    rules of conflict of interest in the application accesses the table T then no longer be able to access the table U and their arbitrary composition.
    I thought I'd use libraries java.security.AccessController but I don't find the code useful or examples from which to take inspiration.
    Do any of you have any ideas or websites that you would recommend?
    Thank you very much.

  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Hello

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    The kind of policies you describe aren't security issues but simple data access policies that could be enforced with simple logic. I'm not sure about the "conflict of interest" part. If you can provide more specific details or have code you'd like to share, please post a topic in the regular forum, not the Member Introductions area.

  3. #3
    Junior Member BlackStones's Avatar
    Join Date
    Feb 2014
    Posts
    15
    My Mood
    Fine
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: Hello

    Welcome to the forum!

    May your Java programming dreams come true!

  4. #4
    Junior Member
    Join Date
    Feb 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Hello

    Thanks, ok, i tried to do so but the prof asked me to find something on internet, so i tried to search something on internet, it's all the day that i search but i found nothing

    Quote Originally Posted by GregBrannon View Post
    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    The kind of policies you describe aren't security issues but simple data access policies that could be enforced with simple logic. I'm not sure about the "conflict of interest" part. If you can provide more specific details or have code you'd like to share, please post a topic in the regular forum, not the Member Introductions area.

Tags for this Thread