-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from biscuit-auth/rename-package
rename the package
- Loading branch information
Showing
69 changed files
with
652 additions
and
690 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
src/main/java/com/clevercloud/biscuit/error/package-info.java
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
src/main/java/com/clevercloud/biscuit/token/format/package-info.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...evercloud/biscuit/crypto/KeyDelegate.java → ...iscuitsec/biscuit/crypto/KeyDelegate.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.clevercloud.biscuit.crypto; | ||
package org.biscuitsec.biscuit.crypto; | ||
|
||
import io.vavr.control.Option; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...m/clevercloud/biscuit/crypto/KeyPair.java → ...rg/biscuitsec/biscuit/crypto/KeyPair.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 4 additions & 8 deletions
12
...clevercloud/biscuit/crypto/PublicKey.java → .../biscuitsec/biscuit/crypto/PublicKey.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...vercloud/biscuit/crypto/package-info.java → ...scuitsec/biscuit/crypto/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
* Cryptographic operations for Biscuit tokens | ||
*/ | ||
package com.clevercloud.biscuit.crypto; | ||
package org.biscuitsec.biscuit.crypto; |
5 changes: 2 additions & 3 deletions
5
...om/clevercloud/biscuit/datalog/Check.java → ...org/biscuitsec/biscuit/datalog/Check.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...evercloud/biscuit/datalog/Combinator.java → ...iscuitsec/biscuit/datalog/Combinator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...com/clevercloud/biscuit/datalog/Fact.java → .../org/biscuitsec/biscuit/datalog/Fact.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../clevercloud/biscuit/datalog/FactSet.java → ...g/biscuitsec/biscuit/datalog/FactSet.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.clevercloud.biscuit.datalog; | ||
package org.biscuitsec.biscuit.datalog; | ||
|
||
import io.vavr.Tuple2; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...oud/biscuit/datalog/MatchedVariables.java → ...sec/biscuit/datalog/MatchedVariables.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...m/clevercloud/biscuit/datalog/Origin.java → ...rg/biscuitsec/biscuit/datalog/Origin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.clevercloud.biscuit.datalog; | ||
package org.biscuitsec.biscuit.datalog; | ||
|
||
import java.util.*; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...levercloud/biscuit/datalog/Predicate.java → ...biscuitsec/biscuit/datalog/Predicate.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../clevercloud/biscuit/datalog/RuleSet.java → ...g/biscuitsec/biscuit/datalog/RuleSet.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.clevercloud.biscuit.datalog; | ||
package org.biscuitsec.biscuit.datalog; | ||
|
||
import io.vavr.Tuple2; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...levercloud/biscuit/datalog/RunLimits.java → ...biscuitsec/biscuit/datalog/RunLimits.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.clevercloud.biscuit.datalog; | ||
package org.biscuitsec.biscuit.datalog; | ||
|
||
import java.time.Duration; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...om/clevercloud/biscuit/datalog/Scope.java → ...org/biscuitsec/biscuit/datalog/Scope.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...vercloud/biscuit/datalog/SymbolTable.java → ...scuitsec/biscuit/datalog/SymbolTable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...biscuit/datalog/TemporarySymbolTable.java → ...biscuit/datalog/TemporarySymbolTable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.